no news
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jan 2009 05:32:13 +0000 (05:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jan 2009 05:32:13 +0000 (05:32 +0000)
svn path=/trunk/; revision=22104

ChangeLog
NEWS

index 9b7dbf45de484a142ef3eadfe6e1c7c6a2b98115..5b6b00525aa1cf10d45513b04236af29b307c765 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Refer to tray icon spec, instead of a random email.
+
 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
diff --git a/NEWS b/NEWS
index afa6f097877ff9d770dd104d8077b7cccec74747..3467241c71c8733d2cd93a1910e7ca41f85902d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,9 @@ Overview of Changes from GTK+ 2.14.x to 2.15.0
 
 * GtkStatusIcon
  - Uses an extension of the tray icon spec to negotiate RGBA support.
-   This is also supported by the GNOME panel. For details, see 
-   http://lists.freedesktop.org/archives/xdg/2008-September/009934.html 
+   This is also supported by the GNOME panel. For details, see the
+   section on "Visual and bckground pixmap handling" in the System
+   Tray Protocol Specification.
  - Supports scroll events, middle clicks and rich tooltips
 
 * GtkLinkButton